[INFO] cloning repository https://github.com/Peralban/term-lover-kernel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Peralban/term-lover-kernel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeralban%2Fterm-lover-kernel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeralban%2Fterm-lover-kernel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49e8f4b9fb570807ba58b4b4f2275e3c94dbe072
[INFO] fixing Peralban/term-lover-kernel against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeralban%2Fterm-lover-kernel" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Peralban/term-lover-kernel
[INFO] finished tweaking git repo https://github.com/Peralban/term-lover-kernel
[INFO] tweaked toml for git repo https://github.com/Peralban/term-lover-kernel written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Peralban/term-lover-kernel on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Peralban/term-lover-kernel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bootloader v0.9.34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25
[INFO] running `Command { std: "docker" "start" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling bootloader v0.9.34
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking volatile v0.4.6
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking x86_64 v0.14.13
[INFO] [stderr]     Checking rust_kernel v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `Event_Return` should have an upper camel case name
[INFO] [stdout]   --> src/events/events.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum Event_Return {
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EventReturn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::session::desktop::content::terminal::shell::shell`
[INFO] [stdout]  --> src/session/desktop/content/terminal/terminal.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::session::desktop::content::terminal::shell::shell;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `register_command`
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/command_register.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 | macro_rules! register_command {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl`
[INFO] [stdout]   --> src/main.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | / fn panic(_info: &PanicInfo) -> ! {
[INFO] [stdout] 69 | |     loop {}
[INFO] [stdout] 70 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stdout]    = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ebc3593764c44f83.rmeta
[INFO] [stdout]    = note: second definition in the local crate (`rust_kernel`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_kernel` (bin "rust_kernel" test) due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: type `Event_Return` should have an upper camel case name
[INFO] [stdout]   --> src/events/events.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum Event_Return {
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EventReturn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::session::desktop::content::terminal::shell::shell`
[INFO] [stdout]  --> src/session/desktop/content/terminal/terminal.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::session::desktop::content::terminal::shell::shell;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `register_command`
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/command_register.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 | macro_rules! register_command {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `move_up` and `move_down` are never used
[INFO] [stdout]   --> src/session/desktop/content/terminal/cursor.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Cursor {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn move_up(&mut self) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn move_down(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_y`, `height`, and `bgd_ascii` are never read
[INFO] [stdout]   --> src/session/desktop/content/terminal/terminal.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct TerminalBuffer {
[INFO] [stdout]    |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     start_y: usize,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 49 |     widht: usize,
[INFO] [stdout] 50 |     height: usize,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 51 |
[INFO] [stdout] 52 |     bgd_ascii: u8,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_buffer_mut`, `get_border`, `get_start_y`, and `get_height` are never used
[INFO] [stdout]    --> src/session/desktop/content/terminal/terminal.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl TerminalBuffer {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn get_buffer_mut(&mut self) -> &mut [[Cell; 80]; 25] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn get_border(&self) -> &TerminalBorder {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     pub fn get_start_y(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_height(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `shell` is never read
[INFO] [stdout]    --> src/session/desktop/content/terminal/terminal.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub struct Terminal {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 142 |     shell: Shell,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffer` and `len` are never read
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/shell.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Shell {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 13 |     buffer: [u8; 256],
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 14 |     len: usize,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_char` and `execute_cmd` are never used
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/shell.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Shell {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn add_char(&mut self, c: u8) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     fn execute_cmd(&mut self) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Command` is never constructed
[INFO] [stdout]  --> src/session/desktop/content/terminal/shell/command.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Command {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_arg`, and `get_len` are never used
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/command.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Command {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout]  8 |     pub fn new(args: [[u8; 32]; 8], arg_count: usize,) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn get_arg(&self) -> &[[u8; 32]; 8] {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn get_len(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandEntry` is never constructed
[INFO] [stdout]  --> src/session/desktop/content/terminal/shell/command_register.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct CommandEntry {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_name` and `get_func` are never used
[INFO] [stdout]   --> src/session/desktop/content/terminal/shell/command_register.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl CommandEntry {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 11 |     pub fn get_name(&self) -> &'static [u8] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn get_func(&self) -> fn(&Command) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `all_white` is never used
[INFO] [stdout]   --> src/render.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Render {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn all_white(&mut self) { //DEBUG
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_ascii_mut` and `get_color_mut` are never used
[INFO] [stdout]   --> src/utils/cell.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Cell {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn get_ascii_mut(&mut self) -> &mut u8 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn get_color_mut(&mut self) -> &mut u8 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bytes_cmp` is never used
[INFO] [stdout]  --> src/utils/lib/bytes_cmp.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub fn bytes_cmp(a: &[u8], b: &[u8]) -> bool {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_into` is never used
[INFO] [stdout]  --> src/utils/lib/copy_into.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub fn copy_into(dst: &mut [u8], src: &[u8]) {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `my_split` is never used
[INFO] [stdout]  --> src/utils/lib/my_split.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn my_split(buffer: &[u8], buffer_len: usize, delimiter: u8) -> ([[u8; 32]; 8], usize) {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8]`, which is not FFI-safe
[INFO] [stdout]  --> src/session/desktop/content/terminal/shell/shell.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 |     static __start_commands: CommandEntry;
[INFO] [stdout]   |                              ^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a raw pointer instead
[INFO] [stdout]   = note: slices have no C equivalent
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/session/desktop/content/terminal/shell/shell.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[warn(improper_ctypes)]
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8]`, which is not FFI-safe
[INFO] [stdout]  --> src/session/desktop/content/terminal/shell/shell.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     static __stop_commands: CommandEntry;
[INFO] [stdout]   |                             ^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a raw pointer instead
[INFO] [stdout]   = note: slices have no C equivalent
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25", kill_on_drop: false }`
[INFO] [stdout] b621b378f26da35ce20fd6701767f0ec4da915ac6af824a553226dee2eb8fa25
